From: Ian Campbell Date: Thu, 8 Feb 2007 12:33:32 +0000 (+0000) Subject: [XEN] Fix typos in comment describing 32on64 memory layout X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15347^2~7^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=8bc62853df8dd3507ba7d5d839654afd1e164e53;p=xen.git [XEN] Fix typos in comment describing 32on64 memory layout Signed-off-by: Ian Campbell --- diff --git a/xen/include/asm-x86/config.h b/xen/include/asm-x86/config.h index 71e3dd8e4a..34cd754186 100644 --- a/xen/include/asm-x86/config.h +++ b/xen/include/asm-x86/config.h @@ -145,9 +145,9 @@ * Compatibility guest area layout: * 0x0000000000000000 - 0x00000000f57fffff [3928MB, PML4:0] * Guest-defined use. - * 0x0000000f58000000 - 0x00000000ffffffff [168MB, PML4:0] + * 0x00000000f5800000 - 0x00000000ffffffff [168MB, PML4:0] * Read-only machine-to-phys translation table (GUEST ACCESSIBLE). - * 0x0000000000000000 - 0x00000000ffffffff [508GB, PML4:0] + * 0x0000000100000000 - 0x0000007fffffffff [508GB, PML4:0] * Unused. * 0x0000008000000000 - 0x000000ffffffffff [512GB, 2^39 bytes, PML4:1] * Hypercall argument translation area.